ASP.NET Core MVC コントロールヘルプ
Palette(IEnumerable<String>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeMapBuilder<T> クラス > Palette メソッド : Palette(IEnumerable<String>) メソッド
The color collection
Configure C1.Web.Mvc.TreeMap<T>.Palette. Sets an array of default colors to be used in a tree map.
シンタックス
'宣言
 
Public Overloads Overrides Function Palette( _
   ByVal colors As System.Collections.Generic.IEnumerable(Of String) _
) As TreeMapBuilder(Of T)
public override TreeMapBuilder<T> Palette( 
   System.Collections.Generic.IEnumerable<string> colors
)

パラメータ

colors
The color collection

戻り値の型

Current builder
解説
The array contains strings that represent CSS colors.
参照

TreeMapBuilder<T> クラス
TreeMapBuilder<T> メンバ
オーバーロード一覧